home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4937 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.6 KB  |  37 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: cix.compulink.co.uk!usenet
  3. From: jralph@cix.compulink.co.uk ("Jolyon Ralph")
  4. Subject: Re: 680X0 -> PPC translator?
  5. Message-ID: <DnwA2w.835@cix.compulink.co.uk>
  6. Organization: Compulink Information eXchange
  7. References: <19960306.4543C8.11FB8@an218.du.pipex.com>
  8. Date: Thu, 7 Mar 1996 11:18:32 GMT
  9. X-News-Software: Ameol32
  10.  
  11. > Saying "That's tough" isn't much help when only a fraction (I have seen
  12. > estimates of 10-20%) of applications are going to work on a system 
  13.  
  14. Data in code sections isn't going to be as tough to sort out as code in 
  15. data sections. It depends on the methodology of your static translator. 
  16. Something that works through the hunk byte for byte will get fooled by 
  17. data. Something that understands 680x0 code and AmigaDOS executable file 
  18. formats and runs through the code in execution order (recursively) should 
  19. be able to ignore data in code hunks (not that I'd like to write it, of 
  20. course! I'm just saying that theoretically it can be done).
  21.  
  22. > Have you examined your Photogenics code carefully to see just how > 
  23. accurately the hunks have been organised? - not an accusation, just 
  24. > a question.
  25.  
  26. Yes, and you're right, there's not a great deal we could do to improve 
  27. it. Hopefully we'll be porting Pgs to native PPC code eventually anyway.
  28.  
  29. > A more flexible dynamic emulation system with stored translations is a 
  30. > much better solution, and will get a hell of a lot more applications > 
  31. > working.
  32.  
  33. The way to get applications working is to make sure developers have PPC 
  34. development systems on time so they can port REAL PPC apps. 
  35.  
  36. Jolyon
  37.